home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / TODO.PAK / TODODEFS.H < prev    next >
Text File  |  1997-05-06  |  846b  |  37 lines

  1. #if !defined( __TODODEFS_H )
  2. #define __TODODEFS_H
  3.  
  4. //---------------------------------------------------------------------
  5. //
  6. //  TODODEFS.H
  7. //
  8. //      Copyright (c) 1991, 1993 by Borland International
  9. //      All Rights Reserved.
  10. //
  11. //  defines various event ids
  12. //
  13. //---------------------------------------------------------------------
  14.  
  15. #define IDM_QUIT      101
  16. #define IDM_NEW_LIST  102
  17. #define IDM_OPEN      103
  18. #define IDM_SAVE      104
  19. #define IDM_SAVEAS    105
  20. #define IDM_EDIT      106
  21. #define IDM_NEW_ENTRY 107
  22. #define IDM_DEL_ENTRY 108
  23. #define IDM_ABOUT     109
  24.  
  25. #define IDC_LISTBOX   120
  26.  
  27. #define IDE_DATEENT   131
  28. #define IDE_DATEDUE   132
  29. #define IDE_TEXT      133
  30. #define IDE_LOW       134
  31. #define IDE_MEDIUM    135
  32. #define IDE_HIGH      136
  33. #define IDE_PRIORITY  137
  34.  
  35. #endif  // __TODODEFS_H
  36.  
  37.